home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / decomp.lha / decomp / READMETOO < prev    next >
Text File  |  1988-01-25  |  554b  |  13 lines

  1.  
  2. Preliminary notes:
  3.  
  4.     This program was originally written to work with seperate ".o" files
  5.     that contain only code produced by C and not ugly things like "as".
  6.     As such, it doesn't handle a lot of standard library stuff at all
  7.     gracefully.
  8.  
  9.     I've had a number of (core dumped)s when using this on real, compiled,
  10.     programs, but so far I've gotten what I wanted.  I think that probably
  11.     there should be a way of abandoning the current routine and moving on to
  12.     the next one when there are too many errors.  I haven't investigated.
  13.